[ 'author' => $this->when($this->author !== null, function () { return $this->author->uuid; }), 'contact' => $this->when($this->contact !== null, function () { return $this->contact->uuid; }), ], ]; } }