ENUM
1enum CustomerSort {2id_ASC3id_DESC4email_ASC5email_DESC6createdAt_ASC7createdAt_DESC8updatedAt_ASC9updatedAt_DESC10}