#nullable disable namespace NadekoBot.Db.Models; public class WaifuLbResult { public string WaifuName { get; set; } public string ClaimerName { get; set; } public string Affinity { get; set; } public long Price { get; set; } }