I discovered that if I try to access a field in a record, e.g.:
set track_album to (|Album| of t)
And that field does not exist, AppleScript throws an error. How can I check if that field exists first? Or how to let it fail silently? (Whichever is the best practice.)