// Simple User model // /api/models/User.js module.exports = { attributes: { name: 'string' } };