@Override
 @Transactional(readOnly = true)
 public Long getTotalCollectionsCount() {
   return collectionRepository.getTotalCollectionsCount();
 }