Finds data by ID range.
Future<List<T?>?> findByIDRange(Object? fromID, Object? toID) async { return get(parametersFindByIDRange(fromID, toID)); }