addType('mailboxId', 'integer'); $this->addType('lastMessageId', 'integer'); } #[\Override] public function jsonSerialize(): array { return [ 'id' => $this->getId(), 'mailboxId' => $this->getMailboxId(), 'lastMessageId' => $this->getLastMessageId(), ]; } }