data class User


id: Int

name: String
active: Boolean


이걸 Livedata로 받아와서 레이아웃에 쓰고있는데

id, name값 변경에만 옵저버 호출되고 active값 변경은 무시되도록 만들수 없음?