Kotlin: List all files in a bucket

Examples

List files in a bucket

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