(int) $model->id, /* place your other model properties here */ 'created_at' => $model->created_at, 'updated_at' => $model->updated_at ]; } }