getStaticPaths to specify which pages are valid and getStaticProps to load one row's data for the page. I'm having trouble getting my user data in the getStaticPaths method, so that I can get items that are specific to that user. I'm also using row level security in my tables, so that a user can only select their data.@supabase/supabase-auth-helpers/nextjs and maybe make an API route that I can use to get my current user's ID, and then I can use that with a service-level Supabase client.