notAunty

Results 1 comments of notAunty

I couldn't use ```js const data = await prisma.profile.findMany({ select: { id: true, name: true, configuration_country: 'country' // work like an 'as' } }) ``` with `include` though :cry: