ModelMapping

constructor(    model: String,     plural: String? = null,     findUnique: String? = null,     findUniqueOrThrow: String? = null,     findFirst: String? = null,     findFirstOrThrow: String? = null,     findMany: String? = null,     create: String? = null,     createOne: String? = null,     createMany: String? = null,     update: String? = null,     updateOne: String? = null,     updateMany: String? = null,     upsert: String? = null,     upsertOne: String? = null,     delete: String? = null,     deleteOne: String? = null,     deleteMany: String? = null,     aggregate: String? = null,     groupBy: String? = null,     count: String? = null,     findRaw: String? = null,     aggregateRaw: String? = null)