data class UserFriends : Entity
UserFriends(friends: List<Friend?>? = null)
List of user's friends.
val friends: List<Friend?>?