From the type-graphql document, this should be `posts?: Post[] | null ` ? `[Post]` means the array only contains one element? https://github.com/prisma/prisma-examples/blob/236b74eb7e7f0a9e07ada0162be3cab4ffa6ff02/typescript/graphql-typegraphql/src/User.ts#L19