Retrieve the to-do items from the database
Future<List<Map<String, dynamic>>> query() async { _items = await retrieve(); fillRecords(_items); return _items; }