namespace Shared.Models.Online.AnimeLib { public struct Quality { public string href { get; set; } public int quality { get; set; } } }