@JsonClass(true) data class FriendListData : Parcelable
FriendListData(children: List<Friend>)
val children: List<Friend>