def get(self):
     tables = Table.query().fetch(100)
     return {
         'tables': tables
     }