I have a collection query in my listview. I want to filter the collection to get only items that have their uid in AuthenticatedUser.joys (a list of uids).
When the AuthenticatedUser.joys list is empty, the filter don't work and I get all the items instead of getting nothing.