mapToList

fun <T : Any> Flow<Query<T>>.mapToList(context: CoroutineContext): Flow<List<T>>