|
|
|
@ -27,7 +27,7 @@ namespace Booru.Net |
|
|
|
|
public string Owner { get; set; } |
|
|
|
|
|
|
|
|
|
[JsonProperty("parent_id")] |
|
|
|
|
public int ParentID { get; set; } |
|
|
|
|
public int? ParentID { get; set; } |
|
|
|
|
|
|
|
|
|
[JsonProperty("rating")] |
|
|
|
|
public Rating Rating { get; set; } |
|
|
|
@ -42,7 +42,7 @@ namespace Booru.Net |
|
|
|
|
public int SampleWidth { get; set; } |
|
|
|
|
|
|
|
|
|
[JsonProperty("score")] |
|
|
|
|
public int Score { get; set; } |
|
|
|
|
public int? Score { get; set; } |
|
|
|
|
|
|
|
|
|
[JsonProperty("tags")] |
|
|
|
|
private string Ptags { get; set; } |
|
|
|
|