Fetching grade label from database

This might be a very stupid question but I cant seem to fetch the grade label from the database, I have ESX.GetPlayerData(). The Job name displays correctly but not the grade label.

PlayerData = ESX.GetPlayerData()

What I’m trying to use:

PlayerData.job.grade_label

it just shows up blank

I don’t know if you stil want an ansower for this but here it is. For xplayer it is xPlayer.job.grade_label (server) esx-framework.github.io Docs

After a year I already figured that out long ago, but thank you :slight_smile: