namespace MediaBrowser.Api.Reports { public enum ReportFieldType { String, Boolean, Date, Time, DateTime, Int, Image, Object, Minutes } }