Stats V3 (#3443)
This commit is contained in:
parent
bcfb4a6172
commit
b24b8686f3
13 changed files with 510 additions and 347 deletions
12
API/DTOs/Stats/V3/RelationshipStatV3.cs
Normal file
12
API/DTOs/Stats/V3/RelationshipStatV3.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
using API.Entities.Enums;
|
||||
|
||||
namespace API.DTOs.Stats.V3;
|
||||
|
||||
/// <summary>
|
||||
/// KavitaStats - Information about Series Relationships
|
||||
/// </summary>
|
||||
public class RelationshipStatV3
|
||||
{
|
||||
public int Count { get; set; }
|
||||
public RelationKind Relationship { get; set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue