accessing
reStoreDefinition
	^ super reStoreDefinition
		defineAsID: #id;
		define: #text as: String;
		define: #created as: String;
		define: #authorId as: String;
		define: #timelines as: (Dictionary of: String -> String);  
		yourself