Database

[{"_id":"6571eb70320499f416931fd8","id":2,"date":"2021-09-06T00:00:00.000Z","description":"boringday","category":"transport","buyer":"giacomo","cost":49,"users":[{"username":"paolo","amount":16.333333333333332},{"username":"giacomo","amount":16.333333333333332},{"username":"giacomo","amount":16.333333333333332}]},{"_id":"6571eb70320499f416931fe8","id":18,"date":"2019-04-10T00:00:00.000Z","description":"badday","category":"school","buyer":"giacomo","cost":329,"users":[{"username":"luca","amount":109.66666666666667},{"username":"luca","amount":109.66666666666667},{"username":"giacomo","amount":109.66666666666667}]},{"_id":"6571eb70320499f416931feb","id":21,"date":"2021-11-14T00:00:00.000Z","description":"boringexperience","category":"school","buyer":"giacomo","cost":299,"users":[{"username":"giorgia","amount":99.66666666666667},{"username":"giacomo","amount":99.66666666666667},{"username":"giacomo","amount":99.66666666666667}]},{"_id":"6571eb70320499f416931fff","id":41,"date":"2020-04-09T00:00:00.000Z","description":"badtool","category":"sport","buyer":"giacomo","cost":349,"users":[{"username":"franco","amount":116.33333333333333},{"username":"franco","amount":116.33333333333333},{"username":"giacomo","amount":116.33333333333333}]}]

Query

db.collection.find({"users.username":"giacomo",$expr:{$and:[{$eq:[{$year:{$toDate:"$date"}},2021]},{$eq:[{$month:{$toDate:"$date"}},11]}]}})

Result