import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Stuart A Paterson', subtitle: 'mind noo has some swearie wurds!', longName: 'Stuart A Paterson', author: 'Stuart A Paterson', cdCount: 1, price: '11.00', scotsounId: '811', uploadDate: '2023-08-25', trackList: [ 'Craw', 'Blate', 'Aye', 'Naw', 'Nocht', 'Dwam Sang', 'Saumon Nets, Luce Bay', 'The Vic', 'Gless', 'Fou', 'Winter’s Thocht', 'Wheesht', 'Borders', 'Ettercap', 'Yuill Tide', 'Sulwath', 'The Scaur', 'Breenge', 'Dwam', 'Made', 'I’ll Not Send', ], }; export default cd;