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