I have a collection type called "TV Show" and in it I would like to include all seasons and all episodes. Within each episode will be the release date, run time, title, synopsis, and a few relationships to other collections.
I am hoping to create a custom amount of seasons for each TV show, and inside of each Season add a custom amount of Episodes with the desired fields above.
How would you recommend proceeding with this, to make it as easy to use as possible?