Details
-
Improvement
-
Resolution: Won't Fix
-
Major - P3
-
None
-
None
-
None
-
None
Description
The JS API has a count() method on the cursor*, to return the count of matching objects in the collection even when you have a limit/skip associated with the find. This is very useful to not have to spawn separate Count operations in parallel with finds.