last gets the last entry on database
@override Future<T?> get last async { return toList().then((value) => value.lastOrNull); }