export class Item { constructor( public id: number, public insuranceValue: number, ) { } }