namespace Shared.Models.Online.CDNmovies { public struct Episode { public string title { get; set; } public string file { get; set; } } }