studios

@JvmName(name = "listStudiosResponseStudioSummary")
fun Flow<ListStudiosResponse>.studios(): Flow<StudioSummary>

This paginator transforms the flow returned by listStudiosPaginated to access the nested member StudioSummary

Return

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