.then(function(user) {
    if (user.length) {
      return res.status(200).json({
        status: 'success',
        data: user[0]