export function ArticlesSummary({ visibleCount, total }: { visibleCount: number; total: number }) { if (visibleCount === 0) { return null } return (