return { summary = 'Get the duration of the Sound.', description = 'Returns the duration of the sound in seconds.', arguments = {}, returns = { { name = 'duration', type = 'number', description = 'The duration of the Sound.' } }, related = { 'Sound:getSampleCount', 'Source:getDuration' } }