_getImageURL: function () {
    return this.model.get('image') && this._isIconStylingEnabled() ? this.model.get('image') : '';
  },