Welcome
Detailed Description
I need a new MongoDB-specific method to be created, called IsZero, similar to the existing IsNull method, to support the MongoDB omitzero tag functionality. This would enable proper handling of zero values in MongoDB operations when using the omitzero tag in struct fields.
This is specifically for MongoDB driver functionality, not for the Go standard library's omitzero implementation.