get items() {
        if(!this.__itm) {
            this.__itm = new Ergo.core.Items(this, {type: 'item'});
        }
        return this.__itm;