I am using Sequelize as my ORM. I would like to create a model with attributes that have no associated storage (i.e. no corresponding table column). These attributes may have getters and setters, and may also have validation. as my ORM. I would like to