url: function() {
    var path = Conductor.prefixedPath('/tim/base_images/' + this.id);
    return Conductor.parameterizedPath(path, this.queryParams);
  }