# GetTopicActionsSummary ## Example Usage ```typescript import { GetTopicActionsSummary } from "@lukehagar/discoursejs/sdk/models/operations"; let value: GetTopicActionsSummary = { canAct: false, count: 895692, hidden: false, id: 95619, }; ``` ## Fields | Field | Type | Required | Description | | ------------------ | ------------------ | ------------------ | ------------------ | | `canAct` | *boolean* | :heavy_check_mark: | N/A | | `count` | *number* | :heavy_check_mark: | N/A | | `hidden` | *boolean* | :heavy_check_mark: | N/A | | `id` | *number* | :heavy_check_mark: | N/A |