/**
  * @return \Magento\Review\Model\Review[]
  */
 public function getReviewItems()
 {
     return $this->generalConfig->isActive() ? $this->buyer->getReviewsWithPurchaseDate($this->getProductId(), $this->getReviewsCollection()) : $this->getReviewsCollection();
 }