namespace OF_DL.Models.Entities.Purchased; public class Purchased { public List List { get; set; } = []; public bool HasMore { get; set; } }