class User extends BaseModel { constructor (username, password) { this . username = username this . password = hash (password) } async login () { return await validate ( this ) } { } </> () []