CFGRID Bind in Coldbox

I'm having some issues binding functions to CFGRID in Coldbox. Is
there anything special that needs to be done? It keeps saying: "The
PAGE parameter to the getRecords function is required but was not
passed in."

My bind function looks like this:
bind="cfc:sitesubdirectory.model.mycfc.getRecords({page},
{cfgridpagesize}, {cfgridsortcolumn}, {cfgridsortdirection})"

Any help would be greatly appreciated!