import type Scotsoun from '$types/Scotsoun';
const cd: Scotsoun = {
title: 'Piper in the Nave',
subtitle: 'of Dunfermline Abbey, vol 2',
longName: 'Piper in the Nave of Dunfermline Abbey, vol 2',
author: 'Pipe Major Donald MacLeod MBE',
cdCount: 1,
price: '11.00',
scotsounId: '046',
uploadDate: '2023-08-25',
trackList: ['Introduction to A Glase', 'A Glase'],
};
export default cd;