module Title exposing (..) type alias Title = { title: String , id: Int , year: Int , month: Int , tags: List String}