post_list=portal.portal_catalog(portal_type="HTML Post",strict_follow_up_uid=context.getUid(),sort_on=(('modification_date','descending'),),limit=1,validation_state="published")# with id keyword, this function will return a sequence data type which contains one element.