📄️ Estimated Document Count
Returns the count of all documents in a collection or view
📄️ Stats
Returns statistics about the model collection
📄️ Storage Size
The total amount of storage in bytes allocated to this collection for document storage
📄️ Total Size
The total size in bytes of the data in the collection plus the size of every index on the collection
📄️ Total Index Size
The total size of all indexes for the collection
📄️ Average Object Size
The average size of each document in the collection
📄️ Is Capped
Returns true if the model collection is a capped collection, otherwise returns false
📄️ Number of Indexes
Returns the number of indexes in the model collection
📄️ Collection
Returns the underlying collection instance this model uses.
📄️ Database
Returns the underlying database instance this model uses