Returns all documents matching the given query.
Returns all documents matching the given query. If no documents match then an empty Seq will be returned.
Returns the first document matching the given query or returns a failed future if no matching document was found.
Removes the document matching the given object in the collection for the objects type.
Removes the document matching the given id in the collection for the type parameter.
Removes the document matching the given id in the specified collection
Removes all documents matching the given fields in the specified collection.
Removes all objects that match the specified query in the collection for the type parameter.
Removes all documents matching the query in the specified collection.