type IQueryResult<T> = T & {
  PrimaryKey: number;
};
