`bucket .getFiles({ prefix: dir, delimiter: '/', autoPaginate: false, }) .then(function([files, _nextQuery, apiResponse]) {` Tuple type '[File[]]' with length '1' cannot be assigned to tuple with length '3'. How can i fix this error in typesript?