publicMetrics

@SerializedName(value = "public_metrics")
var publicMetrics: User.PublicMetrics? = null

Contains details about activity for this user.

e.g.

{
"public_metrics":
{
"followers_count":507902,
"following_count":1863,
"tweet_count":3561,
"listed_count":1550
}
}

Can potentially be used to determine a Twitter user’s reach or influence, quantify the user’s range of interests, and the user’s level of engagement on Twitter.