protected function isIndexable(Collection $entity) : bool
 {
     $hasTheme = count($entity->getThemeIds()) > 0;
     $notProfileCollection = !$entity->isMain();
     return $hasTheme && $notProfileCollection;
 }