LayoutServerLoad only pulls back the auth.user as far as I understand. -- I want to grab additional properties like theme so that I can have that user's theme during SSR.LayoutServerLoad blocks rendering the corresponding svelte layout/page until it completes. Wouldn't hitting the supabase API to grab profiles add to this time to finish?