interface Item {
    can_see_insights_as_brand: boolean;
    can_view_more_preview_comments: boolean;
    can_viewer_reshare: boolean;
    can_viewer_save: boolean;
    caption: null;
    caption_is_edited: boolean;
    client_cache_key: string;
    code: string;
    comment_count: number;
    comment_inform_treatment: PendingTagsFeedResponse.CommentInformTreatment;
    comment_likes_enabled: boolean;
    comment_threading_enabled: boolean;
    commerciality_status: string;
    deleted_reason: number;
    device_timestamp: number;
    featured_products_cta: null;
    filter_type: number;
    fundraiser_tag: PendingTagsFeedResponse.FundraiserTag;
    has_liked: boolean;
    has_more_comments: boolean;
    has_shared_to_fb: number;
    hide_view_all_comment_entrypoint: boolean;
    id: string;
    image_versions2: PendingTagsFeedResponse.ImageVersions2;
    inline_composer_display_condition: string;
    inline_composer_imp_trigger_time: number;
    integrity_review_decision: string;
    is_in_profile_grid: boolean;
    is_organic_product_tagging_eligible: boolean;
    is_paid_partnership: boolean;
    is_unified_video: boolean;
    is_visual_reply_commenter_notice_enabled: boolean;
    like_and_view_counts_disabled: boolean;
    like_count: number;
    likers: any[];
    max_num_visible_preview_comments: number;
    media_type: IgMediaType;
    music_metadata: PendingTagsFeedResponse.MusicMetadata;
    organic_tracking_token: string;
    original_height: number;
    original_media_has_visual_reply_media: boolean;
    original_width: number;
    photo_of_you: boolean;
    pk: number;
    preview_comments: any[];
    product_type: string;
    profile_grid_control_enabled: boolean;
    sharing_friction_info: PendingTagsFeedResponse.SharingFrictionInfo;
    taken_at: number;
    user: ItemUser;
    usertags: PendingTagsFeedResponse.Usertags;
}

Properties

can_see_insights_as_brand: boolean
can_view_more_preview_comments: boolean
can_viewer_reshare: boolean
can_viewer_save: boolean
caption: null
caption_is_edited: boolean
client_cache_key: string
code: string
comment_count: number
comment_likes_enabled: boolean
comment_threading_enabled: boolean
commerciality_status: string
deleted_reason: number
device_timestamp: number
featured_products_cta: null
filter_type: number
has_liked: boolean
has_more_comments: boolean
has_shared_to_fb: number
hide_view_all_comment_entrypoint: boolean
id: string
inline_composer_display_condition: string
inline_composer_imp_trigger_time: number
integrity_review_decision: string
is_in_profile_grid: boolean
is_organic_product_tagging_eligible: boolean
is_paid_partnership: boolean
is_unified_video: boolean
is_visual_reply_commenter_notice_enabled: boolean
like_and_view_counts_disabled: boolean
like_count: number
likers: any[]
max_num_visible_preview_comments: number
media_type: IgMediaType
organic_tracking_token: string
original_height: number
original_media_has_visual_reply_media: boolean
original_width: number
photo_of_you: boolean
pk: number
preview_comments: any[]
product_type: string
profile_grid_control_enabled: boolean
taken_at: number
user: ItemUser