diff --git a/modules/ds_extras/ds_extras.registry.inc b/modules/ds_extras/ds_extras.registry.inc
index 8c4fad0..10416fa 100644
--- a/modules/ds_extras/ds_extras.registry.inc
+++ b/modules/ds_extras/ds_extras.registry.inc
@@ -106,6 +106,11 @@ function _ds_extras_entity_info() {
       'label' => t('Display suite Views'),
       'bundles' => $bundles,
       'ds_display' => TRUE,
+      'base table' => 'views_view',
+      'entity keys' => array(
+        'id' => 'vid',
+        'label' => 'name',
+      ),
     ),
   );
 
