public function fields() {
return [
'field_name' => $this
->t('Original field collection bundle/field_name'),
'bundle' => $this
->t('Paragraph type machine name'),
'name' => $this
->t('Paragraph type label'),
'description' => $this
->t('Paragraph type description'),
];
}