Hide sub container output for parent container command on yang

I want to hide the output of sub container .

Container A {
     
     container B {
           ...
     }
     conatiner C {
       ....
   }
}

Here, if i use the command of container A, it prints both B and C. I want to hide the container C and conatiner c should be display by using full show path. Is there any possible way. Tried by using tailf:hidden, hide-in-submode, this wont work when call full show command of container c