# ClicksTopLinks
## Fields
| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ~~`link`~~ | *string* | :heavy_check_mark: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.
The unique ID of the short link |
| `id` | *string* | :heavy_check_mark: | The unique ID of the short link |
| `domain` | *string* | :heavy_check_mark: | The domain of the short link |
| `key` | *string* | :heavy_check_mark: | The key of the short link |
| `shortLink` | *string* | :heavy_check_mark: | The short link URL |
| `url` | *string* | :heavy_check_mark: | The destination URL of the short link |
| `createdAt` | *string* | :heavy_check_mark: | The creation timestamp of the short link |
| `clicks` | *number* | :heavy_check_mark: | The number of clicks from this link |