Just for an example of what I am trying to do:
item1.item2
//item2 has four objects
//object0, object1, object2, object3
//each object has the same property within it 'propTitle'
I need to get the propTitle value of all 4 objects. What do I need to do to accomplish this?
item1.item2.object0.propTitleetc?