import { ModelRelations } from './ModelRelations'; export type AggregateItem = { relation: ModelRelations; column: string; };