You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prisma's .count() method accepts arguments to filter which records to count. The generated _count field doesn't allow any filters on its fields though. I.e.:
Prisma's .count() method accepts arguments to filter which records to count. The generated
_count
field doesn't allow any filters on its fields though. I.e.:Should allow something like:
The text was updated successfully, but these errors were encountered: