setPageSizeValue: function(withBooks, value) {
      var item = configurationServices.constants.categoriesPerPage;
      if (withBooks) {
        item = configurationServices.constants.booksPerPage;
      }