Object view counts.
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| objectID | bigint | N/A | false | ID of the object. Primary key. | |
| objectType | int | N/A | false | The type of the object. Primary key. | |
| viewCount | bigint | N/A | true | Number of times the object has been read. |