topicStore.findAll(query).then(([topics, pagination]) => {
    ctx.topics = topics
    ctx.pagination = pagination
    next()
  }).catch((err) => {