The syntax `Books.id` (dot) is deprecated and is warned about in the latest CDS releases. It should be replaced by either `Books:id` (colon, supported since cds-compiler v1.41.0) or `type of Books:id` (tested with cds-compiler v1.20.0 from November 2019).