@Override
 @Transactional(readOnly = true)
 public Long getStoppedCollectionsCount(String terms) throws Exception {
   return collectionRepository.getStoppedCollectionsCount(terms);
 }