class SlayerBuy {
  constructor({ item, priceSoldAt, notes }) {
    this.item = item;
    this.priceSoldAt = priceSoldAt;
    this.notes = notes;