How to use .maybeSingle() with .returns()?
When I try to return a custom type by using supabase-js, I'm unable to use .returns() with the .maybeSingle():


returns is mainly here for the delete and update queries, to return the value. Because you're already selecting something, the returns method shouldn't be neededreturns by trying to fix the same linked here: https://github.com/supabase/postgrest-js/issues/471returnsreturnsreturnsdeleteupdate