class MovieCollection: def __init__(self, id, title): self.collectionTitle = title self.collectionId = id def get_existing_collections(self): pass