Get count of filtered collection

how can i get count of filtered collection using REST API?
for example:
http://localhost:1337/likes?experience=5/count

You can get the count by

http://localhost:1337/likes/count?experience=5

3 Likes