@riverpod Future<DateTime?> nextReviewDate(Ref ref) async { final ds = ref.watch(supabaseDatasourceProvider); return ds.getNextReviewDate(); }