The next MongoDB driver for Kotlin ktmongo.opensavvy.dev
kotlin mongodb multiplatform

merge: Introduce the Count model master

We can now specify request options directly in the query: ```kotlin collection.count { User::age eq 18 options { limit(20) } } ``` Future MRs will add the same functionality for `find` and `update`. This is also groundwork for `bulkWrite`. See merge request opensavvy/ktmongo!11