@ -11,7 +11,8 @@ namespace Acme.BookStore
[Required]
[StringLength(128)]
public string Name { get; set; }
public BookType Type { get; set; } = BookType.Undefined;