I created a datasource for a harvest app with v2
```
https://api.harvestapp.com/v2/time_entries
```
I want to combine paged data for this one URL. I am not understanding where to put the map or what it would look like to create a single result set for multiple pages of results.
I had created a number of other paged urls that call directly.
```
https://api.harvestapp.com/v2/time_entries?page=2&per_page=100
```
I don't mind using this as an option, but I still need to join these datasets.
Does anyone have an example I could consider, or a walk through how to make it work? I feel I am getting just barely enough to get me close using MAP/MAPFLAT, but there isn't really information on how to get the result set pulled together.