© 2026 Hedgehog Software, LLC
client.table("info") .select("*") .order("custom_ranking") .order("view_count", desc=True) .limit(999999) .execute()