import type Scotsoun from '$types/Scotsoun';
const cd: Scotsoun = {
title: 'William Dunbar',
subtitle: 'Scotsoun Makars Series',
longName: 'Scotsoun Makars Series – William Dunbar',
author: 'William Dunbar',
cdCount: 2,
price: '18.00',
scotsounId: '020',
trackList: ['The Tretis of the Tua Mariit Wemen and the Wedo', 'Remonstrance to the King'],
};
export default cd;