namespace PlaylistShared.Shared.DTO; public class AddTrackByLinkRequest { public string Link { get; set; } }