suspend fun MongoClient.findAwait(collection: String, query: JsonObject): List<JsonObject>
Find matching documents in the specified collection
collection - the collection
collection
query - query used to match documents
query
Return