suspend fun MongoClient.findOneAwait(collection: String, query: JsonObject, fields: JsonObject): JsonObject?
Find a single matching document in the specified collection
collection - the collection
collection
query - the query used to match the document
query
fields - the fields
fields
Return