Strip null values from the response.
val data = supabase .from("characters") .select { stripNulls() }