Some Mongoose queries are not respect the soft deleted records, which can cause run time issues, methods like: - `findOne` - `updateMany` - `updateOne` - `findOneAndUpdate` - `distinct` And, of course, the aggregation query hook.
Some Mongoose queries are not respect the soft deleted records, which can cause run time issues, methods like:
findOneupdateManyupdateOnefindOneAndUpdatedistinctAnd, of course, the aggregation query hook.