Response object for collections of blog posts with pagination information.
| Name | Type | Description | Notes |
|---|---|---|---|
| Total | int | Total number of blog posts. | |
| Results | List<BlogPost> | Collection of blog posts. | |
| Paging | ForwardPaging | [optional] |
Response object for collections of blog posts with pagination information.
| Name | Type | Description | Notes |
|---|---|---|---|
| Total | int | Total number of blog posts. | |
| Results | List<BlogPost> | Collection of blog posts. | |
| Paging | ForwardPaging | [optional] |