|
@@ -4,6 +4,9 @@ namespace MediaBrowser.Controller.Entities
|
|
{
|
|
{
|
|
public class InternalPeopleQuery
|
|
public class InternalPeopleQuery
|
|
{
|
|
{
|
|
|
|
+ /// <summary>
|
|
|
|
+ /// Gets or sets the maximum of items the query should return.
|
|
|
|
+ /// <summary>
|
|
public int Limit { get; set; }
|
|
public int Limit { get; set; }
|
|
|
|
|
|
public Guid ItemId { get; set; }
|
|
public Guid ItemId { get; set; }
|