'string', 'max_seq' => 'int', 'min_seq' => 'int', ]; protected function getOptions(): array{ return array_merge(parent::getOptions(),[ 'connection' => 'immongodb', ]); } }