this.pagePositions = _.reduce(options.pages, function(memo, page, index) {
      memo[page.perma_id] = index;
      return memo;
    }, {});