var Content = function(options) {
  this.body = options.body;
  this.data = options.data;
  this.type = options.type;
};