Is there any reason that DatalistBuilder addFilter() method has the following definition? ``` php public function addFilter($filter, $type = null, array $options = array()); ``` In my opinion the second arg should not be null by default.