#lang racket/base (provide (struct-out track-tag-data)) (struct track-tag-data (title artist album number length) #:prefab)