const userItem = await UserItems.findOne({ where: { user_id: this.user_id, item_id: item.id }, }); if (userItem) { userItem.amount = use