namespace API.Entities.Scrobble; public enum ScrobbleEventSortField { None = 0, Created = 1, LastModified = 2, Type= 3, Series = 4, IsProcessed = 5 }