if (direction === OWNS) {
          let leaf = this._getData(otherModel, value);
          watcher.watchModel(leaf, otherModel);
          this._addSingleLeaf(model, prop, instance,
                              otherModel, otherProp, leaf, watcher);