Try adding a [JsonIgnore] attribute to
[JsonIgnore] public List<Book> Books { get; set; } = [];
or
[JsonIgnore] public Author Author { get; set; }