Hello Twan,
You can achieve this by filtering the aggregate with the role that that you need using the CheckRole function to check if the current user has the role associated with that Record.
For example :
If(CheckRole(userId),true,Feetest.id <> theRecordtohide.id)
And the use that aggregate to populate your list.
Hope it helps !
Paulo Rosário