diff --git a/depicts/model.py b/depicts/model.py
index 12e4fc0..8dfad18 100644
--- a/depicts/model.py
+++ b/depicts/model.py
@@ -26,6 +26,7 @@ class DepictsItem(Base):
     description = Column(String)
     commons = Column(String)
     count = Column(Integer)
+    entity = Column(postgresql.JSON)
     qid = column_property('Q' + cast(item_id, String))
     db_alt_labels = relationship('DepictsItemAltLabel',
                                  collection_class=set,