Yes you can add fields to the page type, one for the pictures of your self and one for the pictures of dogs. The field data type needs to be 'Attachments'.
Then you can access them from the page with the field names.
var dogPictures = page.Fields.DogAttachments;
var picturesOfMyself = page.Fields.PicturesOfMyselfAttachments;