On this pagelistBuckets()Retrieves the details of all Storage buckets within an existing product.final res = await supabase .storage .listBuckets()NotesPolicy permissions required:buckets permissions: select objects permissions: noneExamplesList bucketsfinal res = await supabase .storage .listBuckets()