exclude columns for select requests?

Hi im new to supabase and im currently trying to build something with SvelteKit+Supabase.

Is there a convenient way to exclude certain columns on database level when a user requests records on the frontend with a .select()?
At first i assumed this would be doable with a policy, though i couldn't find any example for it.
Any suggestions?
Was this page helpful?