/**
  * Get the table model.
  *
  * @return \Anomaly\Streams\Platform\Model\EloquentModel|null
  */
 public function getTableModel()
 {
     return $this->table->getModel();
 }