Omits null-valued properties from the response objects.
null
nulls=stripped
Accept
final data = await supabase .from('users') .select() .stripNulls();