countsByGroup

@JvmName(name = "listCoverageStatisticsResponseCounts")
fun Flow<ListCoverageStatisticsResponse>.countsByGroup(): Flow<Counts>

This paginator transforms the flow returned by listCoverageStatisticsPaginated to access the nested member Counts

Return

A kotlinx.coroutines.flow.Flow that can collect Counts