@internationalcovidsu Well, since you are filtering according to new Date() , every time you run it, the time will be different, and therefore the results could very well be different.
You’ll need to add some more console.log() statements to see what date is being filtered, and then check the database contents to see if the results make sense.
As an experiment, you should try a fixed date to use for the filter to see if the same results are returned each time.