# LiltNode.JobStats ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **exactWords** | **Number** | Total number of exact words. | [optional] **fuzzyWords** | **Number** | Total number of fuzzy words. | [optional] **newWords** | **Number** | Total number of fuzzy words. | [optional] **numDeliveredProjects** | **Number** | Total number of delivered projects. | [optional] **numLanguagePairs** | **Number** | Total number of delivered projects. | [optional] **numProjects** | **Number** | Total number of projects. | [optional] **percentReviewed** | **Number** | Overall percentage of documents reviewed. | [optional] **percentTranslated** | **Number** | Overall percentage of documents translated. | [optional] **projects** | [**[JobProject]**](JobProject.md) | | [optional] **sourceWords** | **Number** | Total number of source words. | [optional] **uniqueLanguagePairs** | **Number** | Number of unique language pairs. | [optional] **uniqueLinguists** | **Number** | Number of unique linguists. | [optional] **workflowStatus** | **String** | The status of the Workflow for the current job. | [optional] ## Enum: WorkflowStatusEnum * `READY_TO_START` (value: `"READY_TO_START"`) * `IN_PROGRESS` (value: `"IN_PROGRESS"`) * `DONE` (value: `"DONE"`)