@Override
 public ValueResult<BigInteger> getArticleCount(Connection connection) {
   return ScalarisDataHandler.getArticleCount(connection);
 }