class GdsApi::FinderSchema

def find_facet(facet_key)

def find_facet(facet_key)
  facets.find { |facet| facet.fetch("key") == facet_key }
end