Model.prototype.hasChild = function hasChild() {
    return (this.rgt - this.lft) !== 1;
  };