When prisma builds count queries or aggregates for "_count" values why does it use IN to get values after joining when counting directly from the joined table would be much more efficient? Is there a ...
What steps can reproduce the bug? I'm observing an error in Elysia's processing of the query string in a certain combination of a key occurring multiple times in a ...