Retrieve login history for a specific user.Args: user_id (int): The ID of the user skip (int): Number of records to skip limit (int): Maximum number of records to return db (Session): The database session current_user (schemas.User): The current authenticated userReturns: List[schemas.LoginHistory]: List of login history records for the user