# GetNotificationsResponseBody notifications ## Example Usage ```typescript import { GetNotificationsResponseBody } from "@lukehagar/discoursejs/sdk/models/operations"; let value: GetNotificationsResponseBody = {}; ``` ## Fields | Field | Type | Required | Description | | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | | `loadMoreNotifications` | *string* | :heavy_minus_sign: | N/A | | `notifications` | [operations.Notifications](../../../sdk/models/operations/notifications.md)[] | :heavy_minus_sign: | N/A | | `seenNotificationId` | *number* | :heavy_minus_sign: | N/A | | `totalRowsNotifications` | *number* | :heavy_minus_sign: | N/A |