I faced with fatal error when I fetch Tab list from template's document which contain dropdown. In Tabs model defined 'list_tabs' => '\DocuSign\eSign\Model\array[]', but this model doesn't exist. But I found unused \DocuSign\eSign\Model\ModelList which fits better to process this data.
There is pull request with fix. #137