namespace MediaBrowser.Model.Dto { /// /// Interface IItemDto. /// public interface IItemDto { /// /// Gets or sets the primary image aspect ratio. /// /// The primary image aspect ratio. double? PrimaryImageAspectRatio { get; set; } } }