filters

@JvmName(name = "listFiltersResponseFilterSummary")
fun Flow<ListFiltersResponse>.filters(): Flow<FilterSummary>

This paginator transforms the flow returned by listFiltersPaginated to access the nested member FilterSummary

Return

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