using MediaBrowser.Model.Dto; namespace MediaBrowser.Model.Querying { /// /// Represents the result of a query for items /// public class ItemsResult : QueryResult { } }