I have a data source like this:
School {
Id,
Name,
City,
TeacherComments,
Teacher {
Id,
Person {
Id,
Name,
Address
}
},
StaffComments,
Staff {
Id,
Person {
Id,…...School { Id, Name, City, TeacherComments, Teacher { Id, Person...Person { Id, Name, Address } }, StaffComments, Staff { Id, Person {...