CategorySearchResults
Magento\AdobeStockAsset\Model\CategorySearchResults
What it does
This class serves as a data transfer object (DTO) for returning paginated search results when querying Adobe Stock asset categories.
Developers use this class when implementing category search functionality to structure the response data, including the list of categories, total count, and search criteria.
It extends the base SearchResults class and implements the CategorySearchResultsInterface to ensure type safety in Adobe Stock category search operations.