Since it is Kotlin lang slack channel, I would recommend to you to use Kotlin Flows instead of LiveData:)
LiveData transformations (mappings) are done in main thread, which is not always good, also a lot of useful transformation operators are missing or not convenient to use.