abstract class DatabaseObject
abstract class HasUserId : DatabaseObject
class QueryResult<Type> : ForwardingList<Type>