GraphQL OBJECT
The catalog as result of a search.
type CatalogSearchResultItem {# Unique Id of the catalog.id: Int! # Name of the catalog.name: String }