Index: src/Controller/EckEntityListBuilder.php
<+>UTF-8
===================================================================
--- src/Controller/EckEntityListBuilder.php	(revision 54fef0ad1eca8c372aaad8dac2189afaf2a67de2)
+++ src/Controller/EckEntityListBuilder.php	(revision fa66fe2fd6782b9586437db58b9a932cafb92777)
@@ -40,7 +40,7 @@
    */
   public function buildRow(EntityInterface $entity) {
     $entityTypeId = $entity->getEntityTypeId();
-    $entityBundle = $entity->type->entity->label();
+    $entityBundle = $entity->bundle();
     $route = "entity.{$entityTypeId}.canonical";
     $routeArguments = [$entityTypeId => $entity->id()];
 
