namespace YandexMusic.API.Models.Library { public class YLibraryTracks { public YLibrary Library { get; set; } } }