diff --git a/Jellyfin.Data/Entities/DisplayPreferences.cs b/Jellyfin.Data/Entities/DisplayPreferences.cs
index 928407e7a..6bc6b7de1 100644
--- a/Jellyfin.Data/Entities/DisplayPreferences.cs
+++ b/Jellyfin.Data/Entities/DisplayPreferences.cs
@@ -120,6 +120,8 @@ namespace Jellyfin.Data.Entities
///
/// Gets or sets what the view should be sorted by.
///
+ [MaxLength(64)]
+ [StringLength(64)]
public string SortBy { get; set; }
///