offset = $offset; $this->count = $count; } /** * {@inheritDoc} */ public function toArray(): array { return [self::KEYWORD, $this->offset, $this->count]; } }