import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Burns Cottage Selection', subtitle: 'from the Works of Robert Burns', longName: 'Burns Cottage Selection – from the Works of Robert Burns', author: 'Robert Burns', cdCount: 1, price: '11.00', scotsounId: '067', uploadDate: '2023-08-25', trackList: ['Scots wha hae', 'Auld lang syne'], }; export default cd;