public schema, and I'm recalling what I was told about keeping references from public > auth.users. So my question is, does this apply even if you have two seperate segments of users? for example, if I have a public.users table and a public.clients table that both references the auth.users table, would I just use RLS to split those things up?