mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-05-10 15:57:16 -04:00
8 lines
175 B
C#
8 lines
175 B
C#
namespace Cleanuparr.Domain.Entities.Arr;
|
|
|
|
public sealed record SeriesStatistics
|
|
{
|
|
public int EpisodeFileCount { get; init; }
|
|
|
|
public int EpisodeCount { get; init; }
|
|
} |