Return a List of records from a query result
List<Map<String, dynamic>> mapQuery(List<Map<String, dynamic>> query) { throw UnimplementedError(); }