namespace Shared.Models.Online.Ashdi { public struct Series { public string title { get; set; } public string file { get; set; } public string subtitle { get; set; } } }