however in viewModel, both streams need to be obse...
# rx
u
however in viewModel, both streams need to be observeOn(main), which means that there might be time when data is available but status is still loading etc. (or vice versa)