parse() {
        const attrs = ghostBookshelf.Model.prototype.parse.apply(this, arguments);

        ['og_image', 'twitter_image'].forEach((attr) => {
            if (attrs[attr]) {