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