namespace Shared.Models.Online.Ashdi { public struct Season { public string title { get; set; } public Series[] folder { get; set; } } }