findBelongsTo(store, snapshot, url, relationship) {
    let selfURL = extractRecordLinks(snapshot.record)[relationship.key],
      templatedURL = this.applyURLTemplate(selfURL, {});

    return this.ajax(templatedURL, 'GET');