select entry_date, click_count from clickthrough_log where local_url = :local_url and foreign_url = :foreign_url and package_id = :parent_package_id order by entry_date desc