What if I have an API and I just want to manipulate the results and display it in listview. My goal is to manipulate this result below. I want to summarize the array into one row and convert the tenantName into columns
[ { "name": "test1", "summaryGroup": [ { "name": "test1", "tenantName": "TST", "isAvailable": true, "updatedOn": "2023-10-16T10:23:11.437Z", "updatedBy": "user5" }, { "name": "test1", "tenantName": "PRD", "isAvailable": true, "updatedOn": "2023-10-12T19:16:40.787Z", "updatedBy": "user1" } ] }, { "name": "test2", "summaryGroup": [ { "name": "test2", "tenantName": "TST", "isAvailable": true, "updatedOn": "2023-10-13T14:06:24.457Z", "updatedBy": "user1" } ] } ]