in my case, I want to save array into chunks, but I don't want them saved as split files 0.0, 1.0, 2.0 .... Is there any way to write multiple chunks into a file named f"{version}.data", and write meta info into f"{version}.meta", which can be more easily to manage data/meta objects.