There is no ‘easy’ solution for that.
You can do it by:
– Retrieving the whole object list
– Creating a new list (ShowabeItemsList)
– Loop over all objects
– Do a check (decision) if the object is already in the ShowableItemsList
– If not, add it to the list
– Show the ShowableList