GraphQL/PostgreSQL: How to get total count of items?

System Information
  • Strapi Version: 3.x
  • Database: PostgreSQL
  • Node Version: 16

Hello,
I will be very grateful if anyone can help me with information.
How can I take the number of results that are in “parent”.
Unfortunately “aggregate” does not work for PostgreSQL.

I’m looking for the same. It almost feels as if no one knows :melting_face:. I’m afraid maybe a custom resolver will be our most likely option.