HAD_ROWS COUNT ACF PHP

$numrows = count( get_field( 'field_name', 'post_id' ) );
// post_id isn't need but required in some situations
Xenophobic Xenomorph