namespace API.DTOs; public class UpdateChapterRatingDto { public int ChapterId { get; init; } public float Rating { get; init; } }