rowsCount

suspend fun ResultApi.rowsCount(): Int

Returns the count of rows collected from this ResultApi.

Calling this function will fully consume the original flow of results without transforming or emitting them.