import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Hugh MacDiarmaid', subtitle: 'Scotsoun Makars Series', longName: 'Scotsoun Makars Series – Hugh MacDiarmaid', author: 'Hugh MacDiarmaid', cdCount: 2, price: '18.00', scotsounId: '028', uploadDate: '2023-08-25', trackList: [ 'Water of Life', 'Excelsior', 'Prayer for a Second Flood', 'The Seamless Garment', 'Harry Semen', 'Second Hymn to Lenin', 'Tarras', 'Water Music (Part 1)', 'Introduction to later poems', 'Stony Limits', 'Dytiscus', 'The Glen of Silence', 'Crystals Like Blood', 'To a Friend and Fellow Poet', 'In the Fall', 'The Caledonian Antisysygy', ], }; export default cd;