using System.Text.Json.Serialization;

namespace Social;

public class WaifuData
{
    [JsonPropertyName("url")] public string URL { get; set; }
}