# Solution: it("Returns item attributes", async () => { const item = await dappazon.items(1) expect(item.id).to.equal(1) }) ### item.id should be replaced with item._id