Question
Mapping elements from a complex array
Hello,
Hopefully a simple question but I am curious the most efficient way to make the elements from a collection within an array ‘mappable’.
Say I have an array such as this:

What is the most efficient way to map specific elements in a collection? Additionally, in a collection number that I also specify (in this case, #1).
I am looking to filter later in the scenario based on these fields.