When running a normal \"find\" query on MongoDB I can get the total result count (regardless of limit) by running \"count\" on the returned cursor. So, even if I limit to re
I get total count with aggregate().toArray().length
aggregate().toArray().length