items

@JvmName(name = "searchResourcesResponseResponseItem")
fun Flow<SearchResourcesResponse>.items(): Flow<ResponseItem>

This paginator transforms the flow returned by searchResourcesPaginated to access the nested member ResponseItem

Return

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