I have these entities:
public class Book { public int Id { get; set; } public string Title { get; set; } public List Genres { get; set; } }