// Define a User model model User { id Int @id @default(autoincrement()) name String email String @unique posts Post[] }