I have a collection called Eval that starts with one table. entities
from there are nested table within nested tables. and I'm having a hard time displaying the deepest layers in these tables.
Collection name Eval. first table is entities

then multiple tables within other tables

I'd like to display the data shown in the deepest level below along with the agent table

Here's what I tried.
I set the Items of the top level Gallery to my collection Eval.

then on my nested Gallery, I set Items to ThisItem.entities.agent

however, this doesn't give me visibility to the deepest level which is entities.answers.questionGroupScores.questionScores
any ideas on how to display agent table with the nested levels shown above?