One row of the posts table: a post and how its deliveries went.
@type t() :: %FoPost.Analytics.PostRow{ created_at: term(), delivery_summary: term(), platforms: term(), post_id: term(), preview: term(), raw: term(), scheduled_at: term(), status: term() }