-
Notifications
You must be signed in to change notification settings - Fork 0
DataModel
kavi castelo edited this page Nov 21, 2025
·
1 revision
Each collected article produces:
| Field | Type | Description |
|---|---|---|
| id | string | Medium post ID |
| title | string | Article title |
| href | string | Link to article |
| views | number | Total viewers |
| reads | number | Total readers |
| claps | number | Clap count |
| presentations | number | Times shown in feed |
| followersGained | number | Follows gained |
| subscribersGained | number | Email subscribers gained |
| netSubscriberCount | number | Subscribers (net) |
| netFollowerCount | number | Followers (net) |
| feedClickThroughRate | number | CTR |
{
"stats": [ ... ArticleStats ],
"totals": {
"presentations": 0,
"views": 0,
"reads": 0,
"claps": 0,
"followersGained": 0,
"subscribersGained": 0
},
"count": 0,
"fetchedAt": 1732140950202
}