Advanced custom fields リピーターフィールドの総数

<?php
$count = count(get_field(‘fieldname’));
?>