Currently, when an Item is loaded, all of its contents including its body are parsed. As more features such as attachment parsing are added, this could slow down the loading of the ItemTable in the UI by: - Parsing unnecessary information like body sections and attachment contents - Transferring whole items with body and attachments when only metadata is needed This could be addressed by implementing a function that only loads information needed to display in the ItemTable and waiting to load the rest of the item until it is requested in the ItemView.