#include "ModrinthModel.h" namespace Modrinth { const char* ListModel::sorts[5] { "relevance", "downloads", "follows", "updated", "newest" }; } // namespace Modrinth