//
// Copyright (c) PlaceholderCompany. All rights reserved.
//
namespace MediaBrowser.Model.Querying;
using global::System;
using MediaBrowser.Model.Dto;
///
/// Class ThemeMediaResult.
///
public class ThemeMediaResult : QueryResult
{
///
/// Gets or sets the owner id.
///
/// The owner id.
public Guid OwnerId { get; set; }
}