import { WithCount } from './with-count.type'; export type WithRelatedWithCount = T & { related: WithCount };