For example, I have an entity with two files:
user (following, followers)
I want to search on users and find all users that following if more than followers like this in Sql:
select * from user where following > followers
How could I do this search in Strapi?