I found the issue was with another plugin Exclude pages if i exclude the page using the plugin above, the listing of pages doesn’t work. I had to learn how to pause its functionality using
<?php pause_exclude_pages(); ?>
<?php resume_exclude_pages(); ?>
now is listing the subpages! ??