Tried that too. :slightly_smiling_face: When I do ...
# community-help
e
Tried that too. 🙂 When I do it, the
parent
field in the response contains a list of colors, like:
Copy code
counts: [
  %{
     count: 699,
     parent: [
       ...,
       %{
         hex: "#FFFFFF",
         color_name: "White",
        },
        ...
     ],
     value: "White",
     highlighted: "White"
}
But I cannot make sense of how or from where they are aggregated.