namespace Webzine.Business.DTOs.Spotify; using System.Text.Json.Serialization; public class SpotifyExternalUrlsDto { [JsonPropertyName("spotify")] public string? Spotify { get; set; } }