data class CharacterPictures : Entity
CharacterPictures(pictures: List<Picture?>? = null)
List of pictures.
val pictures: List<Picture?>?