const model = { // app app: { }, // input input: { }, // data products: [ { title: '', description: '', productno: 1149495, colors: [ { text: 'Sort', code: 'black', } ], brandLogo: 'url', price: 2190, }, ], products: [ { name: "Tv, lyd & Bilde", id: 1}, { name: 'Hodetelefoner', id: 2, parentId: 1 }, { name: 'Trådløse hodetelefoner', id: 3, parentId: 2 }, ] };