if (isArray(posts)) {
        return dispatch({
          type: LIST_MANAGE_POST_COMPLETED,
          posts: posts,
          offset: offset,