FilterRouter.prototype.routes = function () {
  this.router.get('/', this.filters.get.bind(this.filters))
  return this.router
}