the plugin gets stuck showing the loading badge when it encounters a deleted member
it really needs a ProfileStatus.Deleted status, and some sort of proper handling
this also works though:
if(data.system == null && data.member == null) return { status: ProfileStatus.NotPK };