Hey all! When I call this query inside my application
context.prisma.query.user()
, the results don't include properties of @embedded or INLINE relation types. How can I have the query return all properties no matter what type it is (String, Boolean, @embedded, INLINE)