monographs: track view count (#67)
This commit is contained in:
@@ -80,5 +80,8 @@ namespace Notesnook.API.Models
|
||||
|
||||
[JsonPropertyName("deleted")]
|
||||
public bool Deleted { get; set; }
|
||||
|
||||
[JsonPropertyName("viewCount")]
|
||||
public int ViewCount { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -48,5 +48,8 @@ namespace Notesnook.API.Models
|
||||
|
||||
[JsonPropertyName("deleted")]
|
||||
public bool Deleted { get; set; }
|
||||
|
||||
[JsonPropertyName("viewCount")]
|
||||
public int ViewCount { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user