var SortCriteria = {
    Quality: "Quality",
    RecentlyUpdated: "Recently Updated",
    Downloads: "Downloads"
}
module.exports = SortCriteria;