[19:06:16] <Swahili> Q: Is this query correct for the use-case where I want to get the number of occurrences that match the ids of `Collection` that have a field.id of a certain value, what I did is: Collection.countDocuments({ "field.id": id, _id: { $in: listOfCollectionIds } })