For example:
repository.items() - Flow
val itemsList = repository.items().flowOn(Dispatchers.IO) and fun itemsList() = repository.items().flowOn(Disp