I have defined class:
export class Item { id: string; name: string; Items: Item[]; }
in my code I assign properties like this: