def collection_metadata(self, name) -> CollectionMetadata:
     return CollectionMetadata(metadata=self.describe_collection(name))