Currently, I’ve been using Supabase in a way that involves creating a SupabaseManager class to encapsulate all the CRUD functions for the tables, including some properties that I store. However, I’ve noticed that this approach can be a bit cumbersome. Therefore, I’m wondering if there’s an easier solution to using Supabase.