I haven't mentioned aggregate.
If I understood your needs correctly, you have a structure where one of the attributes is a list and you want to display all its values in each of the table cell of that column, right?
If that is the case, you should have a structure like in the example below, where you want to display a list of OriginalObjects and one of the attributes is a list of SubObject:

In my example, OriginalObject would be mapping to a table records with two columns:
- One column Name, with the expression showing the field Name;
- A second column called SubObject filled with a block. This block receives a Subobject list, and displays a list with each of the names of that SubObject List.