Given this simple entity with an id that will be autogenerated by Mongodb on save:
data class Client(@Id val id: String? = null, var name: Strin