entities

@SerializedName(value = "entities")
var entities: User.Entities? = null

Contains details about text that has a special meaning in the user's description.

Entities are JSON objects that provide additional information about hashtags, urls, user mentions, and cashtags associated with the description. Reference each respective entity for further details. All user start indices are inclusive, while all user end indices are exclusive.