Member Junction
    Preparing search index...

    Engagement summaries returned alongside a UGC post.

    interface LinkedInPostSummary {
        commentsSummary?: { totalComments?: number };
        likesSummary?: { totalLikes?: number };
    }
    Index

    Properties

    commentsSummary?: { totalComments?: number }
    likesSummary?: { totalLikes?: number }