
when logged in as non-admin user, the search field should say "1 item"
it shows "2 items" (also counting the item created by the admin user)

not sure if this is intented or not.
docker: directus/api:latest + directus/app:latest
ref https://github.com/directus/api/pull/946
@philleepflorence I guess that filtered_count is even more important than we thought :wink:
@bjgajjar @benhaynes I had some trouble deciding where to put this / how to label it. It's an enhancement on the API (adding the filtered_count that gives accurate results) but also a bug on the app cause it feels broken on that side.
Despite the App and API being decoupled, they are both part of the suite. This bug on the App needs to be fixed in the API, so I think calling it a bug/enhancement on the API repo makes most sense.
Hopefully we can close this once #946 is done.
I will get this updated and released online tomorrow!
It is important after all.
It should be result_count instead of total_count over there. API returns the expected response but this change should be done at APP side.