Order parent and children? · supabase · Discussion #229

In an order expression is there a way to order the parent objects and the nested/foreign/child objects? Like this: supabase.from("parents").select("*, children(*)").order([["parents.name", true], [...