export interface ApiCollectionResponse<T> {
  value: T[];
  Count: number;
}
