Future<List<T>> where(String key, dynamic value) async { return await onSort(_getModelsFromIndex(key, value)); }