export interface ListResponseMeta { total?: number; page?: number; pageSize?: number; }