Is there a way to get at the customized Record class created when using Store? I would like to add a new record client-side (this is an MVC project).

The Record constructor API docs say

<h3>Record</h3>
<code>public function Record( <code>Array data</code>, [<code>Object id</code>] )</code>

This constructor should not be used to create Record objects. Instead, use the constructor generated by
create. The parameters are the same.

Thanks,

Michael