Map<String, dynamic> toJson() { return { "playListId": playListId, "thumbnails": thumbnails, "title": title, "videoCount": videoCount, }; }