fields: {
      title: 'string',
      body: 'text',
      get slug() {
        return slugify(this.title);