Future<List<Log>> getAll() async { return await LogsDatabase.instance.select( filters: LogFilter.all().generate(), ); }