If I want the colors of the following data, I know I can do : let colors = foo.foo.data.map(x => x.colors) which will give me an array of arrays:
let colors = foo.foo.data.map(x => x.colors)
`[[\