unable to map fieldtrap .mat epoch data in MNE

  • MNE version: 1.2.1
  • operating system: macOS 12

I am working on epoch data from field trip .mat file. I want to access data.trialinfo field in .mat file in MNE epoch object. I loaded the .mat file using mne.read_epochs_fieldtrip()

I tried using .events but it does not has same values as that in data.trialinfo, where does data.trialinfo is mapped in MNE epoch object?