Methods
estimatedDocumentCount()
The estimatedDocumentCount() method is used to interact with collections in MongoDB.
estimatedDocumentCount()
The estimatedDocumentCount() method is used to interact with collections in MongoDB.
Syntax
db.collection.estimatedDocumentCount(...)
Example
db.users.estimatedDocumentCount(...)