Rest API - Advanced Patterns
Given this REST API response snippet:
What is the correct interpretation of the current page data?
{"data": ["item1", "item2"], "page": 2, "per_page": 2, "total": 5}What is the correct interpretation of the current page data?
