Fetch usage and storage statistics about a database.
Drop a collection along with its indexes from a database.
Create an index on a field or fields of a collection.
Create a new collection within a MongoDB database.
Delete multiple documents matching a filter from a collection.
Update multiple documents that match a given filter.
Insert multiple documents into a MongoDB collection.
Run an aggregation pipeline against a MongoDB collection.
Execute a find query to read documents from a collection.
Count the documents in a collection matching a filter.
Display the index information defined on a collection.
Retrieve the inferred schema details for a collection.