The account's most recent posts, nested inside its own row rather than written as rows of their own - the shape apify/instagram-profile-scraper publishes. Each entry carries the same post fields this codebase's post rows carry (shortCode, type, caption, hashtags, mentions, timestamp, likesCount, commentsCount, taggedUsers, dimensions and, with includeMediaUrls, the media URLs) minus the two that only mean something on a row of their own, dataType and inputUrl. Absent, never [], when the run collected no posts for the account: an empty array would say the account has never posted, which is a different claim.
Example:[
{
"shortCode": "DCMUrLltVlM",
"type": "Image",
"caption": "A new view of the Carina Nebula.",
"timestamp": "2026-08-30T18:02:11.000Z",
"likesCount": 412903,
"commentsCount": 1363
}
]