Add backtest light
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
using Managing.Domain.Backtests;
|
||||
|
||||
namespace Managing.Api.Models.Requests;
|
||||
|
||||
/// <summary>
|
||||
@@ -10,7 +8,7 @@ public class PaginatedBacktestsResponse
|
||||
/// <summary>
|
||||
/// The list of backtests for the current page
|
||||
/// </summary>
|
||||
public IEnumerable<Backtest> Backtests { get; set; } = new List<Backtest>();
|
||||
public IEnumerable<LightBacktestResponse> Backtests { get; set; } = new List<LightBacktestResponse>();
|
||||
|
||||
/// <summary>
|
||||
/// Total number of backtests across all pages
|
||||
|
||||
Reference in New Issue
Block a user