*/ final readonly class PublicationEntry { public function __construct( public string $date, public int $count ) { } }