I have an array of a struct and I would like to be able to sort it by timestamp variable using sort() if possible.
struct Conversation { let user: User let me