if (!this._relationCache[fromModel].hasOwnProperty(toModel)) {
      this._relationCache[fromModel][toModel] = {};
    }