Is it possible to add a function like: ``` getProperties :: FilePath -> IO Properties data Properties = Properties { name :: String type :: String size :: Integer etc... } ``` Thank you!