You can count and report the total number of rows that have the same value for one or more columns. You can use the automatic group by feature to group the values according to their columns. The ...
We have the relational count feature since 4.16: https://www.prisma.io/docs/orm/prisma-client/queries/aggregation-grouping-summarizing#filter-the-relation-count But ...