Hi, I have several files stored in Supabase storage but when I run "SELECT * FROM storage.objects" in the Supabase SQL Editor I get "Success, no rows returned" but when I run the same query from pgAdmin it returns the expected content. I was under the impression that queries executed from inside the Supabase SQL Editor would be running as the same default "postgres" user so the same permissions etc should be applied. Am I missing something important here?