const formattedTargets = targets.map(target => {
        const p = target.related('player') as Player
        return p.uuid
      })