The DAO function to get all complaints has been paginated and the endpoint which uses it has been updated to take a page number as a query parameter.
* Added unit tests for the get_complaint_count endpoint * Updated the schema to use 'date' format instead of 'datetime' * Updated the complaint endpoint to convert start_date and end_date to be dates instead of strings