Entity in Typescript does not have all properties
I have this entity
and a query to get modules from a user
but when I use this on the frontend, it returns an entity that does not match the prisma entity. It is missing the
and a query to get modules from a user
but when I use this on the frontend, it returns an entity that does not match the prisma entity. It is missing the
tasks, user, and notebooks properties.