[loadNextPage.rejected]: (state, action) => {
      state.status = fetchionStatuses.rejected;
      state.error = action.error;
    },