Dolphin can't find mounted and readable ntfs secondary drive

I have a secondary drive that I use concurrently between Linux/Windows so it’s a ntfs partition.
I have it mount on “/data”.
My fstab looks like this UUID=38C6C841C6C7FCDE /data ntfs-3g uid=zelie,gid=zelie,dmask=022,fmask=133 0 0
I can cd in it; I have all my files. I can access and open stuff via command line.
Dolphin however

I do not know what to do. I have followed both
Arch wiki and wiki

the following fstab config doesnt help

UUID=38C6C841C6C7FCDE                       /data   ntfs3 uid=zelie,gid=zelie,rw,user,exec,umask=000 0 0

What does it say in Dolphin when you right click on /data and then properties?

One embed per new user so:
General:
data
Type: Unknown
Open With: No registered file type
Location: /
Size: 0B (0)

Permissions

Details:
Type:Unknown

Bare in mind that this is solely within Dolphin. I can access all files within my drive.
For example I have a Lime3DS emulator that can totally access my games in data\Games\Citra\Games and Launches them

Fixed. Somehow Dolphin was installed via Flatpack and did not have any permissions on the drive.
Giving it permissions via Flatseal fixed it.
Also running “sudo pacman -Syu dolphin” is a better solution.

Sorry for the late reply. I am glad you fixed it.