catalog index

This commit is contained in:
Paul Schneider 2021-08-28 21:26:39 +01:00
commit d8bfdc293d
4 changed files with 36 additions and 34 deletions

View file

@ -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; }