# ListPostsResponseBody latest posts ## Example Usage ```typescript import { ListPostsResponseBody } from "@lukehagar/discoursejs/sdk/models/operations"; let value: ListPostsResponseBody = {}; ``` ## Fields | Field | Type | Required | Description | | ------------------------------------------------------------------------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------- | | `latestPosts` | [operations.LatestPosts](../../../sdk/models/operations/latestposts.md)[] | :heavy_minus_sign: | N/A |