using System.Collections.Generic; namespace Ombi.Api.Plex.Models { public class PlexWatchlistContainer { public PlexWatchlist MediaContainer { get; set; } } }