Retrieve the data fields from the data source into a List of Maps.
@override Future<List<Map<String, dynamic>>> retrieve() async => [{}];