Hello, I am trying to work through the Blog Tutorial and I am getting this error when first modifying seed.ts:
Property 'post' does not exist on type 'PrismaClient<PrismaClientOptions, never, RejectOnNotFound | RejectPerOperation | undefined>'.
I have tried typing it out myself and coping and pasting from the walkthrough. Everything up until this point has worked.