Lists all Vector buckets with optional pagination.
Optional filter block for the operation.
val response = supabase.storage.vectors.listBuckets {
prefix = "myPrefix"
maxResults = 20
nextToken = "nextToken"
}
println(response.vectorBuckets)