Anirudh Nimmagadda
const usersWithCount = await prisma.user.findMany({ include: { _count: { select: { posts: {where: {approved: true}} }, }, }, })