previousPage({ state, commit, dispatch }, name) {
      commit('from', state.from - state.size)
      return dispatch('query')
    },