Files

21 lines
629 B
Markdown

# Meta
## Example Usage
```typescript
import { Meta } from "@lukehagar/discoursejs/sdk/models/operations";
let value: Meta = {
limit: 93940,
offset: 921158,
total: 575947,
};
```
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `limit` | *number* | :heavy_check_mark: | N/A |
| `offset` | *number* | :heavy_check_mark: | N/A |
| `total` | *number* | :heavy_check_mark: | N/A |