Admin Filter – Add Post Type Description on Post Type Page

WordPress allows adding descriptions to Custom Post Types whenever it’s registered. ( register_post_type(). I would like to output that title on the Admin Landing Page ( View All Post Type ) preferably underneath the title. I’ve looked into /wp-admin/edit.php but I’m not sure if the filter presented is usable in this case ( and thus it may not be possible to do ).