```js { view: 'tree', itemConfig: { lazy: true, hasChildren: '=some.request.to.show.plus.icon', children: '=some.heavy.request' } } ```