Insert an empty record for the given entity.
\Drupal\Core\Entity\FieldableEntityInterface $entity: The created entity for which a statistics record is to be initialized.
array $fields: Array of comment field definitions for the given entity.
public function create(FieldableEntityInterface $entity, $fields);