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