Kotlin: List all files in a bucket

Examples

List files in a bucket

val bucket = supabase.storage["avatars"]
val files = bucket.list()