PodcastEpisodeType

Used to distinguish between different types of episodes.
enum PodcastEpisodeType {
  FULL
  TRAILER
  BONUS
}
FULL (Default) - A regular episode
TRAILER - A promotional piece of content that represents a preview of the podcast.
BONUS - Bonus or extra content (for example, behind the scenes information or interviews with the cast or cross-promotional content for another podcast).