$this['id'] ?? null, 'firstname' => $this['firstname'] ?? '', 'lastname' => $this['lastname'] ?? '', ]; } }