# PaginationResponseCaraerObjectDTO

Paginated response (PaginationResponseCaraerObjectDTO).

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**message** | **string** |  | [optional] [default to undefined]
**data** | **Array&lt;object&gt;** |  | [optional] [default to undefined]
**total** | **number** |  | [optional] [default to undefined]
**page** | **number** |  | [optional] [default to undefined]
**perPage** | **number** |  | [optional] [default to undefined]
**lastPage** | **number** |  | [optional] [default to undefined]

## Example

```typescript
import { PaginationResponseCaraerObjectDTO } from '@caraer/client';

const instance: PaginationResponseCaraerObjectDTO = {
    message,
    data,
    total,
    page,
    perPage,
    lastPage,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
