Sending images from Wix database to an app through http request

Also (regardless the error):
Instead of:

  options.body = {
       "items": results.items,
  }

Do:

  options.body = {
        "items": items
   }