export interface IModelCard { title: string; videosCount: number; thumbUrl: string; primaryImageUrl?: string; guid: string; age?: string; country?: { name: string title: string }; parameters: { title?: string value?: string }[]; lastVideoAddedAt: number }