Override the type of the returned data.
data
const \{ data \} = await supabase .from('countries') .select() .returns<MyType>()