diff --git a/src/Dto/DataSourceDto.cs b/src/Dto/DataSourceDto.cs index 518e7ab..74705a1 100644 --- a/src/Dto/DataSourceDto.cs +++ b/src/Dto/DataSourceDto.cs @@ -12,9 +12,11 @@ public class DataSourceDto public float Precision { get; set; } - [JsonIgnore] + // [TODO] [Dave] Add a property to store the athletes and the activities so maybe adapt to have a tiny DTO + [JsonIgnore] public IEnumerable? Athletes { get; set; } + // [TODO] [Dave] Add a property to store the athletes and the activities so maybe adapt to have a tiny DTO [JsonIgnore] public IEnumerable? Activities { get; set; } } \ No newline at end of file