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