publicMetrics

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

Public engagement metrics for the Tweet at the time of the request.

e.g.

{
"public_metrics":{
"retweet_count":8,
"reply_count":2,
"like_count":39,
"quote_count":1
}
}

Use this to measure Tweet engagement.