def facet_by_source(arr)
      arr.map do |hsh|
        {
          "id" => hsh["key"],
          "title" => SOURCES[hsh["key"]] || hsh["key"],