Thanks for all the replies!
We ended up using our own custom object Comment with all the fields we needed (because we also had to keep track of who added the comment). Then we stored the whole object in a list of comments as a variable. It worked well for us :)