Type '{ name: string; email: string; posts: { create: { title: string; }; }; profile: { create: { bio: string; }; }; }' is not assignable to type 'UserCreateInput'.
Object literal may only specify known properties, but 'posts' does not exist in type 'UserCreateInput'. Did you mean to write 'Post'?ts(2322)