I'm importing the NoteResultSpec struct using the python SDK with the following line:
from evernote.edam.notestore.ttypes import NoteResultSpec
And I'm getting an import error. Is this struct still supported? If not, how do I fetch Note content as notestore.getNote is deprecated and this struct is needed for notestore.getNoteWithResultSpec?