Litote / kmongo

[deprecated] KMongo - a Kotlin toolkit for Mongo
https://litote.org/kmongo/
Apache License 2.0
781 stars 74 forks source link

Support $count aggregation operator #333

Closed rocketraman closed 2 years ago

rocketraman commented 2 years ago

Add support for $count aggregation operator: https://www.mongodb.com/docs/manual/reference/operator/aggregation/count-accumulator/.

Workaround is to continue to use ::field sum 1 for now, but would be nice to make queries clearer with count.