export interface ShadowIGUserCollaborativeMediaFields { caption: string; comments_count: number; id: string; like_count: number; media_product_type: string; media_type: string; media_url: string; permalink: string; reposts_count: number; saved_count: number; shares_count: number; thumbnail_url: string; timestamp: string; total_comments_count: number; total_like_count: number; total_views_count: number; username: string; }