v6.2: Adds MIME type detection and storage to File entity
The changes include: - Adds a `mimeType` property and corresponding getter/setter to the File entity and trait. - Implements automatic MIME type detection in `FileListener` during file processing. - Adds the `ext-fileinfo` extension as a project dependency.