Bumping this as I can't seem go figure it out.
# orm-help
k
Bumping this as I can't seem go figure it out.
This is the offending query...
Copy code
prisma.session.findMany({
    select: {
      _count: { select: { tickets: true } },
      id: true,
      presenterText: true,
      title: true,
      description: true,
      number: true,
      capacity: true,
    },
  });