Hi,
Any idea why the deletecount is 0? The reviewer_id is correct
you either are in wrong cluster, or wrong database. show screenshot of the find result with same reviewer id.
your screenshot is somewhat truncated, so we do not see the cluster, database and collection name. post the whole window
Hi @bocap-97,
What’s the count of document in mongo shell
when you use the same query predicate ?
db.reviews.count({…})
~ Shubham