namespace east_auctioner.Models; public class BidItem { public bool IsDisplayed { get; set; } public string Title { get; set; } = ""; }