export interface IMiniCategoryCard { name: string; title: string; isTop: boolean; videosCount: number; icon?: string; }