User
    name Text
    email Text
    password Text
    deriving Typeable
Token
    token Text
    user User
Media
    title Text
    path FilePath
    thumbPath FilePath
    time UTCTime
    owner Text
    description Text
    tags Texts

 -- By default this file is used in Model.hs (which is imported by Foundation.hs)