Im trying to put the files based on the collection tried this, but it return me all file instead foldered based in collection ```php $downloads = $yourModel->getMedia('downloads'); $downloads2 = $yourModel->getMedia('downloads2'); return MediaStream::create('my-files.zip')->addMedia($downloads)->addMedia($downloads2);```