RequestHandler.prototype.read = function read(request) {
    var id = request.params.id;
    var query = this.query(request);
    if (id) {
      // FIXME: this could collide with filter[id]=#