@@ -61,6 +61,9 @@ export interface StockItem {
dividendYield?: number;
aiScoreBuy: number;
aiScoreSell: number;
openPrice?: number; // 시가
highPrice?: number; // 고가
lowPrice?: number; // 저가
themes?: string[];
// --- New Fields ---
memo?: string; // 사용자 메모
The note is not visible to the blocked user.