Profile Service, Viewing players data

So previously I was using the normal data store to save my players data. I switched to profile service because I’ve heard of all the features it offered. I just finished scripting my data for my profile service and I was wondering why I couldn’t view my players data via Data Store Editor Plugin (DataStore Editor - Roblox). I was wondering how I would be able to view my players data or if that’s even possible through this plugin.

You should not use a plugin for this;
use ListKeysAsync.
DataStore:ListKeysAsync (roblox.com)