I have a ViewModel. It calls a funtion in my data repo and gets back a list of the dog object.
class MainViewModel() : ViewModel() { private val dataRepo: