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