mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-07 20:37:48 +00:00
21 lines
629 B
Markdown
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 | |