ContributionsMost RecentMost LikesSolutionsTemplateModel properties/keys Hello everyone I am trying to see the page.context.thread.board properties because I did not find anything on the documentation. Basically what I am currently doing is logging this value into console but I got lithium.eval.velocity.ThreadTemplateModel@7a6fcf85 . I have tried with javascript Object.keys function but I am getting the string into an array and no relevant keys/properties. My main goal is to find a way to get whole thread kudos count without using v1 API call. Is there any other way to achieve that? I tried with v2 but is getting the topicMessage count only. Message-List quilt customization Hello, I am working on a performance improvement on some of our code. Here is the thing, I tried to override the Message-list component and I know that is an OOB quilt component that contains the messages.column.thread-info component. Debugging on console I can output the messages Ids from the messages.column.thread-info component. Because of logical purposes, I need to access the list of messages from Message-list. Is there a variable, cache info, or any parameter that I can get the messages full list from the message-list override component? As I am not able to see the OOB code, also I want to ask where the message list data is being loaded? how it is passed to messages.column.thread-info?