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