get_the_terms – but only show 4 Posts

You need to specify number of posts to retrieve. ‘showposts’ is how many to show on page, and is deprecated (use ‘posts_per_page’ instead)

'showposts' => 4,
'numberposts' => 4,