'Text', 'Content' => 'HTMLText', ); private static $has_one = array( 'Author' => RestfulServerTestAuthor::class, ); private static $has_many = array( 'TestComments' => RestfulServerTestComment::class ); private static $belongs_many_many = array( 'RelatedAuthors' => RestfulServerTestAuthor::class, ); }