Lists all the files within a bucket.
buckets
objects
select
final List<FileObject> objects = await supabase .storage .from('avatars') .list();