organicMetrics

@SerializedName(value = "organic_metrics")
var organicMetrics: Tweet.OrganicMetrics? = null

Engagement metrics, tracked in an organic context, for the Tweet at the time of the request. Requires user context authentication.

e.g.

{
"organic_metrics":
{
"impression_count":3880,
"like_count":8,
"reply_count":0,
"retweet_count":4,
"url_link_clicks":3,
"user_profile_clicks":2
}
}

Use this to measure organic engagement for the Tweet.