79767111

Date: 2025-09-17 09:40:14
Score: 0.5
Natty:
Report link

Try adding a [JsonIgnore] attribute to

    
[JsonIgnore]
public List<Book> Books { get; set; } = [];

or

[JsonIgnore]
public Author Author { get; set; }
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Ethan Fischer