diff --git a/bookshop/srv/cat-service.cds b/bookshop/srv/cat-service.cds index 81777afb..e1eb8ad5 100644 --- a/bookshop/srv/cat-service.cds +++ b/bookshop/srv/cat-service.cds @@ -3,7 +3,7 @@ service CatalogService @(path:'/browse') { /** For displaying lists of Books */ @readonly entity ListOfBooks as projection on Books { - ID, author, genre, price, currency + ID, title, author, genre, price, currency } /** For display in details pages */