module.exports = { admin: { type: 'user', username: 'admin', email: 'admin@example.com', password: 'test', admin: true, id: 'admin123', }, }