ENUM
1enum OrderSort {2status_ASC3status_DESC4number_ASC5number_DESC6orderDate_ASC7orderDate_DESC8updatedAt_ASC9updatedAt_DESC10}