I just dont get it: If I want my composite component to insert children, I use but #{cc.childCount}
#{cc.childCount}
Put the children in a panelGroup with an id (eg children).
Then
#{component.findComponent('children').childCount}
will give you the correct value. Good luck!