I'm using this code to display image gallery in posts:
<?php echo do_shortcode('[gallery link="attachment" columns="3"]'); ?>
How to display image gallery ONLY if the post has more than 1 image attached and hide this code if the post has only 1 image?