Skip to content

Commit

Permalink
update count prop of PaginatedResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisintech committed Jan 11, 2024
1 parent 109defd commit 38dca1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/references/javascript/types/paginated-response.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ An interface that describes the response of a method that returns a paginated li
| Properties | Type | Description |
| --- | --- | --- |
| `data` | `T[]` | An array that contains the fetched data. |
| `count` | `number` | The total count of data that exist remotely. |
| `total_count` | `number` | The total count of data that exist remotely. |

0 comments on commit 38dca1f

Please sign in to comment.