© 2026 Hedgehog Software, LLC
const { data, error } = await supabaseClient .from("order") .select(`*, items:order_item(*), user(*)`);