Next js, MongoDB and Prisma. Include not not working for related fields
I am trying to query my MongoDB database through Prisma. I want to include "property" in my query. Postman is returning the correct data with property data included, but within NextJs app it seems to be undifined or null. My…