class Item { constructor(id, type, description) { this.id = id; this.type = type; this.description = description; } }