package models // RateLimitConfig holds rate limiting configuration type RateLimitConfig struct { RequestsPerMinute int BurstSize int }