namespace Shared.Models.Online.FanCDN { public struct Episode { public string title { get; set; } public string file { get; set; } public string subtitles { get; set; } public Dictionary folder { get; set; } } }