package export type Entity interface { Title() []string Size() int Data() []interface{} }