7f84746400
- Updated the `Statistics` method to utilize `created_at` instead of `processing_metadata.scraped_at` for fetching daily counts, ensuring accurate historical data representation. - Removed redundant conditions in the `scrapedDocumentsPerDay` method, streamlining the query logic for better performance and clarity. - Added a new index on `source` and `created_at` to optimize database queries related to scraped documents. This update enhances the accuracy of data retrieval in the dashboard statistics, improving the overall efficiency of the tender management system.