Note sorting enum
Query.notes
"""Note sorting enum"""enum NoteOrderKeys { CREATED_AT_ASC CREATED_AT_DESC}