const nextPage = (page, data) => {
    if (data && data['has-more']) {
      const offset = data['offset']
      page.query['offset'] = offset