# LinkCounts ## Example Usage ```typescript import { LinkCounts } from "@lukehagar/discoursejs/sdk/models/operations"; let value: LinkCounts = { clicks: 46806, internal: false, reflection: false, title: "", url: "https://wild-retrospectivity.com", }; ``` ## Fields | Field | Type | Required | Description | | ------------------ | ------------------ | ------------------ | ------------------ | | `clicks` | *number* | :heavy_check_mark: | N/A | | `internal` | *boolean* | :heavy_check_mark: | N/A | | `reflection` | *boolean* | :heavy_check_mark: | N/A | | `title` | *string* | :heavy_check_mark: | N/A | | `url` | *string* | :heavy_check_mark: | N/A |