{
            username: 'juan',
            email: 'juan@core.example',
            password: crypt.encryptPassword("ymK9dwwr", "gFYn"),
            salt: 'gFYn',
            createdAt: new Date(),
            updatedAt: new Date()
        },
{
            username: 'carlos',
            email: 'carlos@core.example',
            password: crypt.encryptPassword("ZVylM9BC", "kCuM"),
            salt: 'kCuM',
            createdAt: new Date(),
            updatedAt: new Date()
        },
{
            username: 'laura',
            email: 'laura@core.example',
            password: crypt.encryptPassword("SRhSCrkp", "8m6W"),
            salt: '8m6W',
            createdAt: new Date(),
            updatedAt: new Date()
        },
{
            username: 'irene',
            email: 'irene@core.example',
            password: crypt.encryptPassword("TpxwrSNU", "pUQV"),
            salt: 'pUQV',
            createdAt: new Date(),
            updatedAt: new Date()
        },
{
            username: 'alberto',
            email: 'alberto@core.example',
            password: crypt.encryptPassword("MJMqEirJ", "AsZG"),
            salt: 'AsZG',
            createdAt: new Date(),
            updatedAt: new Date()
        },
{
            username: 'maria',
            email: 'maria@core.example',
            password: crypt.encryptPassword("nybklSpX", "B2oE"),
            salt: 'B2oE',
            createdAt: new Date(),
            updatedAt: new Date()
        },
{
            username: 'marina',
            email: 'marina@core.example',
            password: crypt.encryptPassword("rHrkNxMY", "xbsj"),
            salt: 'xbsj',
            createdAt: new Date(),
            updatedAt: new Date()
        },
{
            username: 'alex',
            email: 'alex@core.example',
            password: crypt.encryptPassword("dlRe8u6e", "fCXw"),
            salt: 'fCXw',
            createdAt: new Date(),
            updatedAt: new Date()
        },
