CategorySearchResults
Magento\Catalog\Model\CategorySearchResults
What it does
This class serves as a data container for returning category search results from repository operations.
Developers use this when implementing or consuming the Category repository's getList() method, which returns a collection of categories along with pagination and search criteria metadata.
It implements the CategorySearchResultsInterface to ensure type consistency across the Catalog module's service contracts.