Can we skip some documents in match stage of mongodb aggregation
for example while performing aggregation the last(previous) stage gave me this documents { _id : ObjectId('662a416201ca2363543b6644'), name : 'location-1', startsFrom : 2, endsOn : 5, } { _id : ObjectId('662a416201ca2363543b6644'), name : 'location-1', startsFrom : 1, endsOn : 3, }…