# Article

Represents an article entity. Use it in an import script.

Extends [DocumentInfo](Import-DocumentInfo.html).

## Properties

| Name | Type | Description |
| --- | --- | --- |
| fields |  [DocumentFields](Import-DocumentFields.html)  |  The field values of the article.   |
| history |  Array.<[HistoryItem](Import-HistoryItem.html)>  |  The article history.   |
| id |  string  |  The article ID.   |
| key |  string  |  The article key.   |

## See also

[DocumentInfo](Import-DocumentInfo.html) [DocumentFields](Import-DocumentFields.html) [HistoryItem](Import-HistoryItem.html)

