public int getTotal() throws PortalException {
    ArticleSearch articleSearch = getSearchContainer();

    return articleSearch.getTotal();
  }