if (body.rows && body.rows.length === 0) {
          return res.send(500, JSON.stringify({ok: false, message: 'Not Found'}));
        }