Suppose I have an item (model) which has fields that are arrays, for example:
const item = { name: "", prices: [{somePriceSpecificObject}], }