Metric batch size metadata

Hi,

When specifying metric_batch_size does telegraf add any metadata to batch output to indicate batches. For instance, i have 2000 metrics with batch size of 1000. When metrics are sent from output plugin, i believe it will send the metrics in 2 batches (assuming it does not exceed the buffer limit). how can i know the number of batches.