@customAttribute({ name: 'child' })
      class Child {
        @bindable()
        public prop = 0;
        public logCallCount = 0;