Hello,
normally that is because the output Entities/Structures should have the same number of attributes that you are selecting, for example if I do an advanced query:
SELECT {User}.[Name], {User}.[Username] from {User}
and my output is a Structure like this:
I will have the same warning because I am selecting two attributes and my output has only 1 attribute,
Hope that helps to solve your issue,
VC