namespace PlaylistShared.Shared.DTO; public class TrackInfoDto { public string Title { get; set; } public string CoverUri { get; set; } }