Custom post type not displaying all entries

You only see ten posts because that is the amount of posts per page set by default in the back end under ‘Settings -> Reading -> Blog pages show at most’

Screenshot reading

You can either set that to 14 to display all your 14 posts, or you can use pre get posts or WP_Query to alter the main query/create a custom query to change the number of posts shown on a page.