Trying to fetch all the documents that are 20 days old from mongo db
@Query("{\'$expr\': {\'$gte\': [{\'$subtract\': [?1, \'$createdAt\']}, ?0]}}")