Model
PageSearchResults
Magento\Cms\Model\PageSearchResults
What it does
This class is a Data Transfer Object (DTO) that holds search results for CMS pages.
Developers use this when implementing repository methods that return multiple CMS pages with pagination metadata, such as searching or filtering page collections through the PageRepositoryInterface.
It provides a standardized structure for returning page lists along with total count and search criteria.