|
@@ -15,16 +15,13 @@
|
15
|
15
|
`http://blog.example.com/posts?page=3&size=20`
|
16
|
16
|
|
17
|
17
|
-
|
18
|
|
-### Pagination Specific Information
|
|
18
|
+### Pagination Data
|
19
|
19
|
* Pagination-specific information includes
|
20
|
20
|
* total number of records
|
21
|
21
|
* total number of pages
|
22
|
22
|
* current page number
|
23
|
23
|
* page size
|
24
|
|
-
|
25
|
|
--
|
26
|
|
-### Pagination Data
|
27
|
|
-* In the above scenario, one would expect a response body with pagination infromation closely resembling the `JSON` object below.
|
|
24
|
+* In the above scenario, one would expect a response body with pagination information closely resembling the `JSON` object below.
|
28
|
25
|
|
29
|
26
|
```JSON
|
30
|
27
|
{
|