export type loadingState = 'error' | 'filtering' | 'idle' | 'loading' | 'loadingMore' | 'sorting';