state after adding all of the user stuff and messing around with the wierd brave bug
This commit is contained in:
12
OpenArchival.DataAccess/Models/ArtifactGroupingViewCount.cs
Normal file
12
OpenArchival.DataAccess/Models/ArtifactGroupingViewCount.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace OpenArchival.DataAccess;
|
||||
|
||||
public class ArtifactGroupingViewCount
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
public required ArtifactGrouping Grouping { get; set; }
|
||||
|
||||
public int ArtifactGroupingId { get; set; }
|
||||
|
||||
public int Views { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user