I want to execute the following code using Metabase and MongoDB database:
[{
"$project":{
"incrementId":"$incrementId",
"createdAt":"$createdAt"
}
},
{"$limit":1048576}
]
How do I select a specific date? Let's say i want to see results for 18.03.2021. I'd really appreciate any advice.