monographs: track view count (#67)

This commit is contained in:
01zulfi
2025-11-06 13:15:23 +05:00
committed by GitHub
parent 55136597aa
commit 294769fd71
4 changed files with 36 additions and 2 deletions

View File

@@ -80,5 +80,8 @@ namespace Notesnook.API.Models
[JsonPropertyName("deleted")]
public bool Deleted { get; set; }
[JsonPropertyName("viewCount")]
public int ViewCount { get; set; }
}
}

View File

@@ -48,5 +48,8 @@ namespace Notesnook.API.Models
[JsonPropertyName("deleted")]
public bool Deleted { get; set; }
[JsonPropertyName("viewCount")]
public int ViewCount { get; set; }
}
}