Is it possible when doing a query for a table, to get only the results of the current user?
What I have now is the Contacts table has a column, can I make so if I query X table, I want to show only the results where some X table column = that Contacts column.
I know I can filter them using $filter, but if someone looks in the networks tab, can remove that filter and access all entries of the table.