Return data as a single object instead of an array of objects.
data
response = supabase.table("countries").select("name").limit(1).single().execute()