quotes

@JvmName(name = "listQuotesResponseQuoteSummary")
fun Flow<ListQuotesResponse>.quotes(): Flow<QuoteSummary>

This paginator transforms the flow returned by listQuotesPaginated to access the nested member QuoteSummary

Return

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