Suppose we have a Message model that looks like so
Message(id: integer, body: text, conversation_id: integer, user_id: integer)