module.exports = [ { name: 'loginAttempts', type: 'number', hidden: true, defaultValue: 0, }, { name: 'lockUntil', type: 'date', hidden: true, }, ];