/
home
/
ubuntu
/
html
/
cravings
/
vendor
/
mongodb
/
mongodb
/
tests
/
Collection
/
spec-tests
/
read
/
Upload File
HOME
{ "data": [], "tests": [ { "description": "Estimated document count with empty collection", "operation": { "name": "estimatedDocumentCount", "arguments": {} }, "outcome": { "result": 0 } }, { "description": "Count documents with empty collection", "operation": { "name": "countDocuments", "arguments": { "filter": {} } }, "outcome": { "result": 0 } }, { "description": "Deprecated count with empty collection", "operation": { "name": "count", "arguments": { "filter": {} } }, "outcome": { "result": 0 } } ] }