It would be nice to generate getters and setters toString method for every
entity like ComactVenue, CompleteVenue, Category, etc.
Using just one annotation @Data you get everything to free and it helps to
explore API when you can print result to console without converting arrays into
human-readable format.
Thanks in advance