@override Stream<String> list({int batchSize = 100, String? prefix}) => client .listVectors(namespace: namespace, prefix: prefix, limit: batchSize);