Whenever you inherit config entries to any config class, you will neither be able to count or select them nor will you be able to get them as array by configClasses.
To get a classes "true" entries, you'll need to loop thorough all inheritsFrom CONFIG, and so on, until all parents are looped.
In my understanding, inheriting from another config doesn't create a "true" copy but rather adds a reference.
It'd be nice to have select / count / configClasses access parents, too.