Target Child of COMP defined by Global OP shortcut

I’ve defined a path to a Base COMP using a Global OP shortcut.

But how would I target a child operator of that Base COMP?

op.YOURGLOBALSHORTCUT.op('childName')
op.YOURGLOBALSHORTCUT.op('childName/grandChildName')

etc