``` php // PostsController protected $allowedFieldSetTypes = [ 'posts' => ['title', 'body'], ]; ```