Filter invitations created up to X days ago (older than X days).
Valid Range: 1 to 3650 days (approximately 10 years)
Examples:
- 7: Older than one week
- 30: Older than one month
- 90: Older than one quarter
- 365: Older than one year
Implementation: Filters by invitation createdAt timestamp using $gte MongoDB operator.
Combine with openSinceDays: Create date windows (e.g., openSinceDays=20&openUntilDays=25 = 20-25 days old).