*/ final readonly class GetLatestPublicationDate { public function __construct( public string $source, public ?string $category = null ) { } }