Hi Karblin,
You can use a Data View to show Entity A, then place a List View inside it to display associated Entity B items. Within each B item, use another nested List View to show related Entity C items. However, please note that this nested structure may impact system performance.
Alternatively, you can retrieve Entities A, B, and C using a microflow, associate the data with a helper object, and display it using associations.