Model
Summary
Magento\Review\Model\ResourceModel\Review\Summary
What it does
This resource model manages review summary data stored in the review_entity_summary table, which aggregates review statistics (ratings, counts) for products.
Developers use it to recalculate rating summaries after reviews are added/updated and to efficiently add review count and rating fields to product collections without loading full review data.
Public Methods
- reAggregate()
- appendSummaryFieldsToCollection()