Parse-Server (2.7.0) has added support for Mongo Aggregate queries. You can group the objects and apply an accumulator operator such as $sum, $avg, $max, $min. group is similar to distinct. You can add or remove existing fields with project parameter. project is similar to keys. You can filter out objects with match parameter. match is similar to $eq.
Parse-Server (2.7.0) has added support for Mongo Aggregate queries. You can group the objects and apply an accumulator operator such as $sum, $avg, $max, $min. group is similar to distinct. You can add or remove existing fields with project parameter. project is similar to keys. You can filter out objects with match parameter. match is similar to $eq.
https://docs.parseplatform.org/rest/guide/#distinct-queries
https://docs.parseplatform.org/rest/guide/#aggregate-queries