What's Changed
* Updates the docs to make API more prominent by tclose in https://github.com/ArcanaFramework/fileformats/pull/82
* Truncates TypedSet and SetOf repr to only show 3 paths followed by ellipsis by tclose in https://github.com/ArcanaFramework/fileformats/pull/83
* Cleans up the reading of DICOM metadata and returns dictionary not DICOM object by tclose in https://github.com/ArcanaFramework/fileformats/pull/84
* Added `TypedCollection` base class by tclose in https://github.com/ArcanaFramework/fileformats/pull/85
* relaxes typed set to allow unused fspaths by tclose in https://github.com/ArcanaFramework/fileformats/pull/86
* added tests to check pep604 union types in typed collections by tclose in https://github.com/ArcanaFramework/fileformats/pull/87
* updated docs to include optional content types by tclose in https://github.com/ArcanaFramework/fileformats/pull/88
**Full Changelog**: https://github.com/ArcanaFramework/fileformats/compare/v0.13.0...v0.14.0