export function change({collectionName, attributes}) {
  return {
    type: CHANGE,
    meta: {
      collectionName