System Information
- Strapi Version: 4.6.0
- Operating System: Windows
- Database: MYSQL
- Node Version: 18
- NPM Version: 6
- Yarn Version:
Hey! How can i filter collection by count of a specific relation?
For example i want to get all brand with related fields(cars) by query from
Maybe there is some query like /brands?filters[cars].length or something like this?