The problem is if i call it this way ```const post...
# prisma-client
j
The problem is if i call it this way
Copy code
const post = getPost(postId, {owner: true})
// trying to do something with post.owner will cause typescript to complain that property owner doesn't exist