My REST service returns a mixed type JSON response. I am trying to iterate over the response with two list item components stacked on top of each other. I've mapped the JSON data to both and then added some JS into each list item on the component side to hide the element if the data type is for the other list. This way, the 1st list should show the 1st data type, and the 2nd list should show the other. Unfortunately, only the first mapping created in the editor works (if I delete the working list mapping and then recreate it, suddenly the other list becomes the one that behaves properly). Any ideas? Thanks!