class Post extends Model {
    /* Always define the table in the db that the model refers to */
    static get tableName() {
        return 'blog_posts';
    }