# SearchResponseBody success response ## Example Usage ```typescript import { SearchResponseBody } from "@lukehagar/discoursejs/sdk/models/operations"; let value: SearchResponseBody = { categories: [""], groupedSearchResult: { canCreateTopic: false, categoryIds: [""], error: "", groupIds: [""], moreCategories: "", moreFullPageResults: "", morePosts: "", moreUsers: "", postIds: [""], searchLogId: 298264, tagIds: [""], term: "", userIds: [""], }, groups: [""], posts: [""], tags: [""], users: [""], }; ``` ## Fields | Field | Type | Required | Description | | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | | `categories` | *any*[] | :heavy_check_mark: | N/A | | `groupedSearchResult` | [operations.GroupedSearchResult](../../../sdk/models/operations/groupedsearchresult.md) | :heavy_check_mark: | N/A | | `groups` | *any*[] | :heavy_check_mark: | N/A | | `posts` | *any*[] | :heavy_check_mark: | N/A | | `tags` | *any*[] | :heavy_check_mark: | N/A | | `users` | *any*[] | :heavy_check_mark: | N/A |