for (const i in children) {
          if (typeof children[i] === 'object') {
            children[i].showCountOfObjectOrArray = show;
          }
        }