String? getNoteTitle() { return (message?.length ?? 0) < 100 ? message : message?.substring(0, 100); }