catalog index
This commit is contained in:
parent
f6fa7a0ec9
commit
d8bfdc293d
4 changed files with 36 additions and 34 deletions
|
|
@ -14,7 +14,7 @@ namespace isnd.Data.Catalog
|
|||
|
||||
|
||||
[JsonProperty("count")]
|
||||
public int Count { get => Items.Count; }
|
||||
public int Count { get => Items?.Count ?? 0; }
|
||||
public string CommitId { get; set; }
|
||||
public DateTime CommitTimeStamp { get; set; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue