Open
Description
Issue Description
I need to count the new data every day
group: {
objectId: { day: { $dayOfMonth: "$createdAt" }, month: { $month: "$createdAt" }, year: { $year: "$createdAt" } },
count: { $sum: 1 },
},
Expected Results
Count the same date together
Environment Setup
-
Server
- parse-server version (Be specific! Don't say 'latest'.) : 3.0.8&4.2.0
- Operating System: ubuntu
-
Database
Postgresql 10