You can try using item.field to access the property field of item
item.field
field
item
const item = {'field': 2}; console.log(`${item.field}`)