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