static moreData(List? res, [int page = 20]) { return (res?.length ?? 0) % page == 0 && res?.length != 0; }