Magento review count of product

<?php
echo $review_count = $_product->getRatingSummary()->getReviewsCount()

?>