$this->id, 'degree' => $this->degree ?? '', 'institution' => $this->institution ?? '', 'start' => $this->start ?? '', 'end' => $this->end ?? '', 'present' => $this->present == 1 ? true : false, ]; } }