Database
[{"collection":"collection","count":100,"content":{"timestamp":{"type":"date","startDate":"2024-11-22T00:00:00Z","endDate":"2024-12-15T00:00:00Z"}}}]
Query
db.collection.aggregate([{"$set":{"bin":{$dateTrunc:{date:"$timestamp",unit:"day",binSize:7}}}},{"$match":{"bin":{"$in":[ISODate("2024-11-30"),ISODate("2024-12-07")]}}}])