So it seems to execute an additional query for eac...
# prisma-client
m
So it seems to execute an additional query for each Post to get the Author resulting in a N+1 problem which will punish performance.