Nest.js MongoDb always return results
So the find method always returns results even when there are no results that match the search query. What could be the reason? Schema: export const ReviewScehma = new mongoose.Schema({ reviewId: { type: String, default: '' }, authorName: { type:…