OBJECT
Minimal subset of Brand type which can be used to build a brand filter for advert search
type BrandFilterOption {# The number of adverts associated with each brand filter optioncount: Int! id: ID! name: String! # The URL subpath associated with the given brand.# # Mostly used for building URLs for advert search results.slug: String! }