mongoose return only a certain number of results code example Example: mongoose return only a certain number of results const foundResults = await MySchema.find().limit(3);