Add another expected file type to the result set. This allows the list object to return an array of arrays of file objects, rather than just an array of objects
$filetype STRING (filetype string)
true
$obj_list->addFileType('document'); $obj_list->addFileType('user');