Let\'s say I have a model in my schema.prisma file:
schema.prisma
model Post { id Int @id @default(autoincrement()) author User @relation(fiel