I currently have an array called "data" with 2 objects nested inside, "incoming" and "outgoing" as the screenshot below:
How can I add these into a new array called "items" and remove "incoming" and "outgoing" so they're just a list of items?
I want to make it like the array from this screenshot below:
so just merging the 2 objects as single objects within a new array?
Thanks in advance!!

