Model that describes a document numerator.
| Name | Type | Description |
|---|---|---|
| counter | Int64 | Current counter value. |
| id | Int64 | Document numerator ID. |
| last_update | Int64 | Last record update date as Unix time in seconds. |
| mask | String | Document number mask. Supported placeholders include {counter}, {y}, {m}, and {d}. |
| table_name | String | Translated document type name. |