def __init__(self,database, collection): self.database = database self.collection = collection self.name = self.collection.name